GXGetShapeInkAttributes
You can use theGXGetShapeInkAttributes
function to examine the attributes of the ink associated with a shape.
gxInkAttribute GXGetShapeInkAttributes(gxShape source);
source
- A reference to the shape whose ink object you want the attributes of.
- function result
- The attributes of the ink object associated with the source shape object.
ERRORS, WARNINGS, AND NOTICES
Errors out_of_memory shape_is_nil SEE ALSO
To set the attributes of the ink object associated with a shape, use theGXSetShapeInkAttributes
function, described next.To examine the attributes of an ink object itself, use the
GXGetInkAttributes
function, described on page 5-61.Ink attributes are described in the section "Ink Attributes" beginning on page 5-9.